home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / flappy.swf / scripts / frame_5 / PlaceObject2_109_23 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2007-09-27  |  386 b   |  20 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.BigBird.scrollStart == true)
  3.    {
  4.       score += 1;
  5.    }
  6.    if(_root.gameOver == "true")
  7.    {
  8.       if(_root.best > score)
  9.       {
  10.          _root.finalScore = _root.best;
  11.       }
  12.       if(_root.best < score)
  13.       {
  14.          _root.best = score;
  15.          _root.finalScore = _root.best;
  16.       }
  17.       this.removeMovieClip();
  18.    }
  19. }
  20.